home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / enscript.4 / enscript / enscript-1.4.0 / lib / Makefile.in < prev    next >
Encoding:
Makefile  |  1996-06-30  |  5.4 KB  |  205 lines

  1. # Makefile.in generated automatically by automake 1.0 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy, distribute and modify it.
  6.  
  7. #
  8.  
  9. # Makefile for the library files.
  10.  
  11. # Copyright (c) 1995 Markku Rossi
  12.  
  13. #
  14.  
  15. # Author: Markku Rossi <mtr@iki.fi>
  16.  
  17. #
  18.  
  19. #
  20. # This file is part of GNU enscript.
  21. # This program is free software; you can redistribute it and/or modify
  22. # it under the terms of the GNU General Public License as published by
  23. # the Free Software Foundation; either version 2, or (at your option)
  24. # any later version.
  25. #
  26. # This program is distributed in the hope that it will be useful,
  27. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  28. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  29. # GNU General Public License for more details.
  30. #
  31. # You should have received a copy of the GNU General Public License
  32. # along with this program; see the file COPYING.  If not, write to
  33. # the Free Software Foundation, 59 Temple Place - Suite 330,
  34. # Boston, MA 02111-1307, USA.
  35. #
  36.  
  37.  
  38. SHELL = /bin/sh
  39.  
  40. srcdir = @srcdir@
  41. top_srcdir = @top_srcdir@
  42. VPATH = @srcdir@
  43. prefix = @prefix@
  44. exec_prefix = @exec_prefix@
  45.  
  46. bindir = @bindir@
  47. sbindir = @sbindir@
  48. libexecdir = @libexecdir@
  49. datadir = @datadir@
  50. sysconfdir = @sysconfdir@
  51. sharedstatedir = @sharedstatedir@
  52. localstatedir = @localstatedir@
  53. libdir = @libdir@
  54. infodir = @infodir@
  55. mandir = @mandir@
  56. includedir = @includedir@
  57. oldincludedir = /usr/include
  58.  
  59. pkgdatadir = $(datadir)/@PACKAGE@
  60. pkglibdir = $(libdir)/@PACKAGE@
  61. pkgincludedir = $(includedir)/@PACKAGE@
  62.  
  63. top_builddir = ..
  64.  
  65. INSTALL = @INSTALL@
  66. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  67. INSTALL_DATA = @INSTALL_DATA@
  68. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  69. transform = @program_transform_name@
  70.  
  71. pkgdata_DATA = ascii.enc asciiscands.enc hp8.enc ibmpc.enc latin1.enc \
  72. latin2.enc latin3.enc mac.enc ps.enc pslatin1.enc vms.enc \
  73. a2ps.hdr edd.hdr emacs.hdr enscript.hdr frame.hdr mp.hdr simple.hdr \
  74. enscript.pro 
  75.  
  76. EXTRA_DIST = enscript.cfg.in
  77. CLEANFILES = enscript.cfg
  78. mkinstalldirs = $(top_srcdir)/mkinstalldirs
  79. CONFIG_HEADER = ../config.h
  80. DATA = $(pkgdata_DATA)
  81.  
  82. DIST_COMMON = ChangeLog Makefile.am Makefile.in
  83.  
  84.  
  85. PACKAGE = @PACKAGE@
  86. VERSION = @VERSION@
  87.  
  88. DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  89.     $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
  90. DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  91.     $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
  92.  
  93. TAR = tar
  94. default: all
  95.  
  96.  
  97. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in
  98.     cd $(top_srcdir) && automake $(subdir)/Makefile
  99.  
  100. Makefile: $(top_builddir)/config.status Makefile.in
  101.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
  102.  
  103. install-pkgdataDATA: $(pkgdata_DATA)
  104.     $(mkinstalldirs) $(pkgdatadir)
  105.     list="$(pkgdata_DATA)"; for p in $$list; do \
  106.       if test -f $(srcdir)/$$p; then \
  107.         $(INSTALL_DATA) $(srcdir)/$$p $(pkgdatadir)/$$p; \
  108.       else if test -f $$p; then \
  109.         $(INSTALL_DATA) $$p $(pkgdatadir)/$$p; \
  110.       fi; fi; \
  111.     done
  112.  
  113. uninstall-pkgdataDATA:
  114.     list="$(pkgdata_DATA)"; for p in $$list; do \
  115.       rm -f $(pkgdatadir)/$$p; \
  116.     done
  117. tags: TAGS
  118. TAGS:
  119.  
  120.  
  121. subdir = lib
  122. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  123. distdir: $(DEP_DISTFILES)
  124.     @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
  125.       test -f $(distdir)/$$file \
  126.       || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
  127.       || cp -p $(srcdir)/$$file $(distdir)/$$file; \
  128.     done
  129. info:
  130.  
  131. dvi:
  132.  
  133. check: all
  134.  
  135. installcheck:
  136.  
  137. install-exec: 
  138.  
  139. install-data: install-pkgdataDATA install-data-local
  140.  
  141. install: install-exec install-data all
  142.     @:
  143.  
  144. uninstall: uninstall-pkgdataDATA uninstall-local
  145.  
  146. all: $(DATA) Makefile all-local
  147.  
  148. install-strip:
  149.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  150. installdirs:
  151.     $(mkinstalldirs)  $(pkgdatadir)
  152.  
  153.  
  154. mostlyclean-generic:
  155.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  156.  
  157. clean-generic:
  158.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  159.  
  160. distclean-generic:
  161.     rm -f Makefile $(DISTCLEANFILES)
  162.     rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
  163.  
  164. maintainer-clean-generic:
  165.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  166.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  167. mostlyclean:  mostlyclean-generic
  168.  
  169. clean:  clean-generic mostlyclean 
  170.  
  171. distclean:  distclean-generic clean 
  172.     rm -f config.status
  173.  
  174. maintainer-clean:  maintainer-clean-generic distclean 
  175.     @echo "This command is intended for maintainers to use;"
  176.     @echo "it deletes files that may require special tools to rebuild."
  177.  
  178. .PHONY: default uninstall-pkgdataDATA install-pkgdataDATA tags distdir \
  179. info dvi check installcheck install-exec install-data install uninstall \
  180. all installdirs mostlyclean-generic distclean-generic clean-generic \
  181. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  182.  
  183.  
  184. all-local: enscript.cfg
  185.  
  186. install-data-local: enscript.cfg
  187.     $(top_srcdir)/mkinstalldirs $(sysconfdir)
  188.     if test -r $(sysconfdir)/enscript.cfg; then \
  189.       cp $(sysconfdir)/enscript.cfg $(sysconfdir)/enscript.cfg.old; \
  190.     fi
  191.     $(INSTALL_DATA) enscript.cfg $(sysconfdir)/enscript.cfg
  192.  
  193. uninstall-local:
  194.     rm -f $(sysconfdir)/enscript.cfg
  195.  
  196. enscript.cfg: $(srcdir)/enscript.cfg.in Makefile
  197.     sed 's%@DATADIR@%$(datadir)%g; s%@media@%@MEDIA@%g;' \
  198.     $(srcdir)/enscript.cfg.in >enscript.cfg
  199. .SUFFIXES:
  200.  
  201. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  202. # Otherwise a system limit (for SysV at least) may be exceeded.
  203. .NOEXPORT:
  204.